/* 侧栏导航 */
.modelLeft{ float: left; width: 100%; background-color: #1E5AD2; padding-bottom: 10px;}
.mLeft1{ float: left; width: 100%; height: 110px;}
.mLeft1 h1{ margin-top: 30px; text-align: center; font-weight: 100; font-size: 20px; color: #CCCCCC;}
.mLeft1 h1 span{ font-size: 31px;  color: #FFFFFF; font-weight: bold;}
.mLeft1 P{ font-size: 16px; color: #CCCCCC; text-align: center; line-height: 35px;}

.mLeft2{ float: left; margin: 0 3%; width: 94%; background-color: #FFFFFF;}
.mLeft2 ul{ margin: 0 auto; width: 232px; padding-bottom: 20px; border-bottom: 1px dashed #CCCCCC;}
.mLeft2 ul li{ margin-top: 20px; width: 100%; height: 55px; background: url(../images/leftList1.png) no-repeat center; transition: 0.5s; cursor: pointer;}
.mLeft2 ul li a { display: block; box-sizing: border-box; padding: 0 50px 0 20px; width: 100%; height: 55px; line-height: 55px; font-size: 16px; color: #000000; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.mLeft2 ul li:hover{ transform: translateX(5px); background: url(../images/leftList2.png) no-repeat center;}
.mLeft2 ul li:hover a{ color: #FFFFFF;}

.mLeft3{ float: left; margin: 0 3%; width: 94%; background-color: #FFFFFF;}
.mLeft3 > div{ margin: 0 auto; padding: 20px 0; width: 232px; border-bottom: 1px dashed #CCCCCC;}
.mLeft3 > div > p{ padding: 0 14px; font-size: 17px;}

.mLeft4{ float: left; margin: 0 3%; width: 94%; background-color: #FFFFFF;}
.mLeft4 div{ margin: 0 auto; padding: 20px 0; width: 232px; border-bottom: 1px dashed #CCCCCC;}
.mLeft4 div p{ text-align: center; font-size: 17px; color: #666600; line-height: 30px;}
.mLeft4 div h1{ padding-left: 10px; font-family: impact; font-size: 30px; color: #222222; line-height: 40px;}

.mLeft5 { float: left; margin: 0 3%; padding: 10px; width: 94%; background-color: #FFFFFF; box-sizing: border-box; }
.mLeft5 .content { line-height: 20px; font-size: 14px; color: #333333; }

